home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interplay's Learn to Program Basic (Review Copy)
/
Learn to Program Basic Review Copy (Interplay)(June 23, 1998).ISO
/
pc
/
ltpbasic
/
refxmpl
/
settext.bas
< prev
next >
Wrap
BASIC Source File
|
1998-03-09
|
180b
|
12 lines
CLS
SetTextLayer(BACKGROUND)
TextColor 161 'Irish Green
for i = 1 to 40
print "This is a test ";
next
SetTextLayer(TEXT)
TextColor 101 'Shamefull Red
Banner "This goes on top!"